Skip to main content
The EVA API provides real-time security analysis for EVM smart contracts.

Base URL

https://dashboard.eva-ai.io/api

Authentication

The API key is optional. Pass it in the header to get higher rate limits:
x-api-key: YOUR_API_KEY

Get Your API Key

Login at the EVA Dashboard to get your free API key.

Rate Limits

TypeLimit
Without API key1 request/minute
With API key60 requests/minute
Rate limit headers included in responses:
  • RateLimit-Limit - Maximum requests allowed
  • RateLimit-Remaining - Remaining requests
  • RateLimit-Reset - Reset time

Quick Example

curl "https://dashboard.eva-ai.io/api/audit?chain=56&ca=0x2C45560bC707f7aDDb8dF848A9Ba6cd9F30FAEeC" \
  -H "x-api-key: YOUR_API_KEY"